home *** CD-ROM | disk | FTP | other *** search
/ The Atari Compendium / The Atari Compendium (Toad Computers) (1994).iso / files / prgtools / editors / emcs1857 / 1857el~1.zoo / lisp / grow-vers.elc < prev    next >
Encoding:
Text File  |  1992-02-04  |  213 b   |  11 lines

  1.  
  2. (insert-file-contents "lisp/version.el")
  3.  
  4. (re-search-forward "emacs-version \"[0-9.]*")
  5.  
  6. (insert ".0")
  7.  
  8. (delete-file "lisp/version.el")
  9.  
  10. (write-region (point-min) (point-max) "lisp/version.el" nil (quote nomsg))
  11.